home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / term43-source.lha / Extras / Source / term-Source.lha / termStrings.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-02-07  |  331 b   |  16 lines

  1. /*
  2. **    termStrings.c
  3. **
  4. **    Declaration of builtin language strings
  5. **
  6. **    Copyright © 1990-1995 by Olaf `Olsen' Barthel
  7. **        All Rights Reserved
  8. */
  9.  
  10. #define CATCOMP_ARRAY
  11.  
  12. #include "termStrings.h"
  13.  
  14. struct CatCompArrayType    *AppStrings    = &CatCompArray[0];
  15. LONG             NumAppStrings    = sizeof(CatCompArray) / sizeof(struct CatCompArrayType);
  16.